#!/bin/sh
module="hello1"
device="hello1"
mode="664"

rmmod $module
rm -f /dev/${device}
